home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Mac OS 8.5 Updaters / RealPC⁄Soft Windows / SoftWindows / SoftWindows Upgrade Disk / UNIXONLY / U95KBD.UGD < prev    next >
Encoding:
Text File  |  1998-08-24  |  1.2 KB  |  66 lines

  1. #[
  2. #    Name:        u.u95kbd.ugd
  3. #
  4. #    Derived from:    win95.ugd
  5. #
  6. #    Author:        Clive Standbridge
  7. #
  8. #    Created on:    Feb 1997
  9. #
  10. #    Sccs ID:    @(#)u.u95kbd.ugd    1.3 03/19/97
  11. #
  12. #    Coding Stds:    
  13. #
  14. #    Purpose:    A script file for use with Windows 95 upgrader WIN95LIC
  15. #            This file is a template UGD file for setting up
  16. #            international (i.e. non-US) keyboards and is specific
  17. #            to Unix hosts.
  18. #            This template needs to be pre-processed (by keybconf)
  19. #            to set the selected keyboard.
  20. #
  21. #    Copyright 1997 Insignia Solutions PLC. All rights reserved.
  22. #]
  23.  
  24.  
  25. # Note W95_LOCALE_NO will be substituted.
  26.  
  27. #-------------------------------------------------------------------------------
  28. # Set the default keyboard language.
  29. #-------------------------------------------------------------------------------
  30.  
  31.  
  32. REG
  33. UPD
  34. HKEY_CURRENT_USER
  35. keyboard layout\preload\1
  36. REG_DEFAULT
  37. W95_LOCALE_NO
  38. END
  39.  
  40. REG
  41. UPD
  42. HKEY_CURRENT_USER
  43. keyboard layout\toggle
  44. REG_DEFAULT
  45. 1
  46. END
  47.  
  48. # Apply the same settings for anonymous users.
  49.  
  50. REG
  51. UPD
  52. HKEY_USERS
  53. .Default\keyboard layout\preload\1
  54. REG_DEFAULT
  55. W95_LOCALE_NO
  56. END
  57.  
  58. REG
  59. UPD
  60. HKEY_USERS
  61. .Default\keyboard layout\toggle
  62. REG_DEFAULT
  63. 1
  64. END
  65.  
  66.